golang.org/x/net/http2.clientStream.trace (field)

11 uses

	golang.org/x/net/http2 (current package)
		transport.go#L446: 	trace         *httptrace.ClientTrace // or nil
		transport.go#L496: 	return traceGot1xxResponseFunc(cs.trace)
		transport.go#L1327: 		trace:                httptrace.ContextClientTrace(ctx),
		transport.go#L1525: 			traceWait100Continue(cs.trace)
		transport.go#L1541: 				traceWroteRequest(cs.trace, err)
		transport.go#L1548: 				traceWroteRequest(cs.trace, err)
		transport.go#L1556: 	traceWroteRequest(cs.trace, err)
		transport.go#L1624: 	traceWroteHeaders(cs.trace)
		transport.go#L2334: 		if cs.trace != nil {
		transport.go#L2339: 			traceFirstResponseByte(cs.trace)
		transport.go#L2466: 			traceGot100Continue(cs.trace)